3.104 \(\int \frac {1}{\sqrt {a+b \sinh ^2(e+f x)}} \, dx\)

Optimal. Leaf size=60 \[ -\frac {i \sqrt {\frac {b \sinh ^2(e+f x)}{a}+1} F\left (i e+i f x\left |\frac {b}{a}\right .\right )}{f \sqrt {a+b \sinh ^2(e+f x)}} \]

[Out]

-I*(cos(I*e+I*f*x)^2)^(1/2)/cos(I*e+I*f*x)*EllipticF(sin(I*e+I*f*x),(b/a)^(1/2))*(1+b*sinh(f*x+e)^2/a)^(1/2)/f
/(a+b*sinh(f*x+e)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 60, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {3183, 3182} \[ -\frac {i \sqrt {\frac {b \sinh ^2(e+f x)}{a}+1} F\left (i e+i f x\left |\frac {b}{a}\right .\right )}{f \sqrt {a+b \sinh ^2(e+f x)}} \]

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[a + b*Sinh[e + f*x]^2],x]

[Out]

((-I)*EllipticF[I*e + I*f*x, b/a]*Sqrt[1 + (b*Sinh[e + f*x]^2)/a])/(f*Sqrt[a + b*Sinh[e + f*x]^2])

Rule 3182

Int[1/Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2], x_Symbol] :> Simp[(1*EllipticF[e + f*x, -(b/a)])/(Sqrt[a]*
f), x] /; FreeQ[{a, b, e, f}, x] && GtQ[a, 0]

Rule 3183

Int[1/Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2], x_Symbol] :> Dist[Sqrt[1 + (b*Sin[e + f*x]^2)/a]/Sqrt[a +
b*Sin[e + f*x]^2], Int[1/Sqrt[1 + (b*Sin[e + f*x]^2)/a], x], x] /; FreeQ[{a, b, e, f}, x] &&  !GtQ[a, 0]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {a+b \sinh ^2(e+f x)}} \, dx &=\frac {\sqrt {1+\frac {b \sinh ^2(e+f x)}{a}} \int \frac {1}{\sqrt {1+\frac {b \sinh ^2(e+f x)}{a}}} \, dx}{\sqrt {a+b \sinh ^2(e+f x)}}\\ &=-\frac {i F\left (i e+i f x\left |\frac {b}{a}\right .\right ) \sqrt {1+\frac {b \sinh ^2(e+f x)}{a}}}{f \sqrt {a+b \sinh ^2(e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.08, size = 68, normalized size = 1.13 \[ -\frac {i \sqrt {\frac {2 a+b \cosh (2 (e+f x))-b}{a}} F\left (i (e+f x)\left |\frac {b}{a}\right .\right )}{f \sqrt {2 a+b \cosh (2 (e+f x))-b}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[a + b*Sinh[e + f*x]^2],x]

[Out]

((-I)*Sqrt[(2*a - b + b*Cosh[2*(e + f*x)])/a]*EllipticF[I*(e + f*x), b/a])/(f*Sqrt[2*a - b + b*Cosh[2*(e + f*x
)]])

________________________________________________________________________________________

fricas [F]  time = 2.43, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {1}{\sqrt {b \sinh \left (f x + e\right )^{2} + a}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*sinh(f*x+e)^2)^(1/2),x, algorithm="fricas")

[Out]

integral(1/sqrt(b*sinh(f*x + e)^2 + a), x)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*sinh(f*x+e)^2)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Erro
r: Bad Argument Type

________________________________________________________________________________________

maple [A]  time = 0.08, size = 86, normalized size = 1.43 \[ \frac {\sqrt {\frac {a +b \left (\sinh ^{2}\left (f x +e \right )\right )}{a}}\, \sqrt {\frac {\cosh \left (2 f x +2 e \right )}{2}+\frac {1}{2}}\, \EllipticF \left (\sinh \left (f x +e \right ) \sqrt {-\frac {b}{a}}, \sqrt {\frac {a}{b}}\right )}{\sqrt {-\frac {b}{a}}\, \cosh \left (f x +e \right ) \sqrt {a +b \left (\sinh ^{2}\left (f x +e \right )\right )}\, f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a+b*sinh(f*x+e)^2)^(1/2),x)

[Out]

1/(-1/a*b)^(1/2)*((a+b*sinh(f*x+e)^2)/a)^(1/2)*(cosh(f*x+e)^2)^(1/2)*EllipticF(sinh(f*x+e)*(-1/a*b)^(1/2),(a/b
)^(1/2))/cosh(f*x+e)/(a+b*sinh(f*x+e)^2)^(1/2)/f

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {b \sinh \left (f x + e\right )^{2} + a}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*sinh(f*x+e)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/sqrt(b*sinh(f*x + e)^2 + a), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {1}{\sqrt {b\,{\mathrm {sinh}\left (e+f\,x\right )}^2+a}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + b*sinh(e + f*x)^2)^(1/2),x)

[Out]

int(1/(a + b*sinh(e + f*x)^2)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {a + b \sinh ^{2}{\left (e + f x \right )}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*sinh(f*x+e)**2)**(1/2),x)

[Out]

Integral(1/sqrt(a + b*sinh(e + f*x)**2), x)

________________________________________________________________________________________